搭建在线Visual Studio Code

GitHub上

  1. code-server on GitHub

Nginx安装

  1. sudo yum install nginx -y
  2. whereis nginx

Nginx端口转发和HTTPS配置

  1. 证书申请下载
  2. 上传证书
  3. 配置文件
  4. https wss转发

systemctl 服务编写

How To Use Systemctl to Manage Systemd Services and Units

推荐文章